home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / sheriffa / licdefs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-05-13  |  693 b   |  23 lines

  1. // This is a part of the Sheriff System Development Kit.
  2. // Copyright (C) 1997-1998 Acudata Limted.
  3. // All rights reserved.
  4. //
  5. // This source code is only intended as a supplement to the
  6. // Sheriff System Development Kit and related
  7. // electronic documentation provided with the SDK.
  8.  
  9. #ifndef LICDEFS_H
  10. #define LICDEFS_H
  11.  
  12. //Challenge protocol
  13. #define SLS_NO_PROTOCOL        0x00000000
  14. #define SLS_BASIC_PROTOCOL    0x00000001
  15.  
  16. //Remove Options
  17. #define SLS_REMOVE_FILES    0x0001    //remove licence files
  18. #define SLS_REMOVE_REGISTRY    0x0002    //remove licence registry
  19. #define SLS_REMOVE_HISTORY    0x0004    //remove licence history
  20. #define SLS_REMOVE_ALL        0x0007    //remove all of above
  21.  
  22. #endif
  23.